home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / SNPDOSYS.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  449b  |  17 lines

  1. .I 0 3
  2. /* +++Date last modified: 24-Nov-1996 */
  3.  
  4. /*
  5. .D 1 1
  6. .D 23 1
  7. .I 27 2
  8. void FAR *addptr (char FAR *p, unsigned long num);    /* Fptr_Add.C     */
  9. void FAR *farnormal(void FAR *ptr);                   /* Fptr_Add.C     */
  10. .I 45 2
  11. extern struct joystick JoyStick;
  12.  
  13. .I 79 2
  14. int  get_os(void);                  /* Determine OS                     */
  15. void t_slice(int t_os);             /* Give up a time slice to the OS   */
  16. .D 80 1
  17.